Rollbar::Classify-Error-Level

Function

Classify-Error-Level names a function, with lambda list (CONDITION):

Given CONDITION, return the Rollbar level for it.

Methods can specialize on condition types to return specific levels, but the defaults should be fairly sane for most users.

Note that SERIOUS-CONDITION (see the Common Lisp HyperSpec) maps to“error,” while ERROR (see the Common Lisp HyperSpec) maps to “critical,” to more closely match Rollbar's system.

File

Defined in file src/lib/rollbar/rollbar.lisp.